home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / template.ini < prev    next >
INI File  |  2002-07-19  |  698b  |  42 lines

  1. ; Template for a syntaxhiglight definition file to use with the Custom Highlighter from syn.
  2. ; See the readme.htm file (section Usage) for a description, 
  3. ; if this is not enough Email me: stievie@utanet.at.
  4.  
  5. ; To use this file it must be in the Programpath and it must have the name "synhigh.ini".
  6.  
  7. [Genral]
  8. ; The Name of the Language
  9. LangName=SomeName
  10.  
  11. [CommentStyle]
  12. ansi=false
  13. asm=false
  14. bas=false
  15. c=false
  16. pas=false
  17. vb=false
  18. perl=false
  19.  
  20. [String Delimiter]
  21. Double Quotes=true
  22. Single Quotes=false
  23.  
  24. [Switches]
  25. markup=false
  26. entity=false
  27. dollarvariables=false
  28. ActiveDot=false
  29.  
  30. [Objects]
  31. object1
  32. object2
  33.  
  34. [Constants]
  35. constant1
  36. constant2
  37.  
  38. [Keywords]
  39. key1
  40. key2
  41.  
  42.